SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 60956: Using SAS® Metadata Bridges 4.2 to load an Informatica file with the MetaIntegrationMultiModelXml bridge returns an error

DetailsAboutRate It

Using SAS Metadata Bridges 4.2 to load an Informatica file with the MetaIntegrationMultiModelXml bridge might produce the following error:

DEBUG (com.sas.metaexchange.batch.relationships) [main] PRFLR_D0019 Done iterating model: (3425ms)SimpleTreeIterator [[69,1] m_DIM_GP_ADRESSE_STEP2 [DiModel]].
java.lang.NoClassDefFoundError: MITI/expression/converter/MIRExpressionConverter
               at java.lang.ClassLoader.defineClass1(Native Method)
               at java.lang.ClassLoader.defineClass(ClassLoader.java:803)
               at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
               at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
               at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
               at java.net.URLClassLoader$1.run(URLClassLoader.java:361)

The problem occurs because the Oracle Data Integrator (ODI) bridge has a dependency on the third-party JAR file, MIRExpressionLib.jar.

Workaround

To work around this problem, complete the following steps:

  1. Access the MITI/expression/converter/MIRExpressionConverter class, which is located in the MIRExpressionLib.jar file in the [SASHome]/SASMetadataBridges/x.x/java directory.

  2. Put the class in a dev directory. Here is an example: [SASHome]\SASMetadataBridges\4.1\dev.    
    Note: To ensure that you address the problem, you can copy some of the other MIR* JAR files, which contain utilities such as the expression lib, and save them in the dev directory too.

  3. Perform a backup.

  4. Edit the sas-metabridge-relationship-loader.ini file and add the following line to the end of the file:
    JavaArgs_xx=-Dsas.app.dev.class.dirs="[C:\Program Files\SASHome]\SASMetadataBridges\4.1\dev"
    In the line above, change the xx to the next number in the JavaArgs sequence.

  5. Rerun the import.


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Metadata Serverz/OS9.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft® Windows® for x649.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows 8 Enterprise 32-bit9.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows 8 Enterprise x649.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows 8 Pro 32-bit9.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows 8 Pro x649.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows 8.1 Enterprise 32-bit9.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows 8.1 Enterprise x649.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows 8.1 Pro 32-bit9.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows 8.1 Pro x649.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows 109.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows Server 20089.4_M49.4 TS1M4
Microsoft Windows Server 2008 R29.4_M49.4 TS1M4
Microsoft Windows Server 2008 for x649.4_M49.4 TS1M4
Microsoft Windows Server 2012 Datacenter9.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows Server 2012 R2 Datacenter9.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows Server 2012 R2 Std9.4_M49.4_M59.4 TS1M49.4 TS1M5
Microsoft Windows Server 2012 Std9.4_M49.4_M59.4 TS1M49.4 TS1M5
Windows 7 Enterprise 32 bit9.4_M49.4_M59.4 TS1M49.4 TS1M5
Windows 7 Enterprise x649.4_M49.4_M59.4 TS1M49.4 TS1M5
Windows 7 Home Premium 32 bit9.4_M49.4_M59.4 TS1M49.4 TS1M5
Windows 7 Home Premium x649.4_M49.4_M59.4 TS1M49.4 TS1M5
Windows 7 Professional 32 bit9.4_M49.4_M59.4 TS1M49.4 TS1M5
Windows 7 Professional x649.4_M49.4_M59.4 TS1M49.4 TS1M5
Windows 7 Ultimate 32 bit9.4_M49.4_M59.4 TS1M49.4 TS1M5
Windows 7 Ultimate x649.4_M49.4_M59.4 TS1M49.4 TS1M5
64-bit Enabled AIX9.4_M49.4_M59.4 TS1M49.4 TS1M5
64-bit Enabled Solaris9.4_M49.4_M59.4 TS1M49.4 TS1M5
HP-UX IPF9.4_M49.4_M59.4 TS1M49.4 TS1M5
Linux for x649.4_M49.4_M59.4 TS1M49.4 TS1M5
Solaris for x649.4_M49.4_M59.4 TS1M49.4 TS1M5
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.